StackTrace
data class StackTrace(description: String?, callFrames: List<CallFrame>, parent: StackTrace?, parentId: StackTraceId?)
Content copied to clipboard
Call frames for assertions or error messages.
Constructors
StackTrace
Link copied to clipboard
fun StackTrace(description: String? = null, callFrames: List<CallFrame>, parent: StackTrace? = null, parentId: StackTraceId? = null)
Content copied to clipboard
Properties
callFrames
Link copied to clipboard
description
Link copied to clipboard
parent
Link copied to clipboard
parentId
Link copied to clipboard